home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 61 / Quick PC 61.iso / Programs / Secure.iXplorer.Pro.v1.25 / secixpro_125.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2003-04-22  |  4.4 KB  |  60 lines

  1. ;InnoSetupVersion=3.0.5
  2. [Setup]
  3. AppName=Secure iXplorer
  4. AppVerName=Secure iXplorer 1.25
  5. AppId=Secure iXplorer
  6. AppPublisher=i-tree.org
  7. AppPublisherURL=http://i-tree.org
  8. AppSupportURL=http://i-tree.org
  9. AppUpdatesURL=http://i-tree.org
  10. DefaultDirName={pf}\i-tree.org\Secixpro
  11. DefaultGroupName=Secure iXplorer
  12. OutputBaseFilename=setup
  13. Compression=zip
  14. PrivilegesRequired=none
  15. LicenseFile=embedded\License.txt
  16. WizardImageFile=embedded\WizardImage0.bmp
  17. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  18. [Files]
  19. Source: "{app}\secixpro.exe"; DestDir: "{app}"; Flags: ignoreversion 
  20. Source: "{app}\putty.exe"; DestDir: "{app}"; Flags: ignoreversion 
  21. Source: "{app}\pscp.exe"; DestDir: "{app}"; Flags: ignoreversion 
  22. Source: "{app}\psftp.exe"; DestDir: "{app}"; Flags: ignoreversion 
  23. Source: "{app}\plink.exe"; DestDir: "{app}"; Flags: ignoreversion 
  24. Source: "{app}\SecixproHelp.cnt"; DestDir: "{app}"; Flags: ignoreversion 
  25. Source: "{app}\SecixproHelp.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  26. Source: "{app}\SecixproAssist.hlp"; DestDir: "{app}"; Flags: ignoreversion 
  27. Source: "{app}\vncviewer.exe"; DestDir: "{app}"; Flags: ignoreversion 
  28. Source: "{app}\SecixproStartupTips.txt"; DestDir: "{app}"; Flags: ignoreversion 
  29. Source: "{app}\uninstex.exe"; DestDir: "{app}"; Flags: restartreplace 
  30. [Registry]
  31. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; Flags: uninsdeletekey 
  32. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "UninstallString"; ValueType: String; ValueData: "{app}\uninstex.exe"; 
  33. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "Inno Setup: App Path"; ValueType: String; ValueData: "{app}"; 
  34. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "Inno Setup: Icon Group"; ValueType: String; ValueData: "{group}"; 
  35. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "Inno Setup: User"; ValueType: String; ValueData: "{username}"; 
  36. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "DisplayName"; ValueType: String; ValueData: "InnoUninst 1.9.0.802"; 
  37. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "HelpLink"; ValueType: String; ValueData: "http://aerodynamica.idz.net"; 
  38. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "URLInfoAbout"; ValueType: String; ValueData: "http://aerodynamica.idz.net"; 
  39. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "URLUpdateInfo"; ValueType: String; ValueData: "http://aerodynamica.idz.net"; 
  40. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "Inno Setup: Setup Version"; ValueType: String; ValueData: "3.0.6"; 
  41. Root: HKLM; Subkey: "SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall\InnoUninst"; ValueName: "Publisher"; ValueType: String; ValueData: "Aerodynamica Software"; 
  42. [INI]
  43. FileName: "{app}\uninstex.dat"; Section: "uninstex"; Flags: uninsdeletesection 
  44. FileName: "{app}\uninstex.dat"; Section: "uninstex"; Key: "Secixpro"; String: "InnoUninst"; 
  45. FileName: "{app}\uninstex.dat"; Section: "uninstex"; Key: "SourceEXE"; String: "{srcexe}"; 
  46. FileName: "{app}\uninstex.dat"; Section: "uninstex"; Key: "UninstEXE"; String: "{uninstallexe}"; 
  47. [Run]
  48. Filename: "{app}\secixpro.exe"; WorkingDir: "{app}"; Description: "Launch Secure iXplorer"; Flags: postinstall skipifsilent nowait
  49. [Icons]
  50. Name: "{group}\Secure iXplorer"; Filename: "{app}\secixpro.exe"; WorkingDir: "{app}"; 
  51. Name: "{group}\Uninstall Secure iXplorer"; Filename: "{app}\uninstex.exe"; WorkingDir: "{app}"; 
  52. Name: "{group}\Secure iXplorer Help"; Filename: "{app}\SecixproHelp.hlp"; WorkingDir: "{app}"; 
  53. Name: "{userdesktop}\Secure iXplorer"; Filename: "{app}\secixpro.exe"; WorkingDir: "{app}"; Tasks: desktopicon; 
  54. Name: "{userappdata}\Microsoft\Internet Explorer\Quick Launch\Secure iXplorer"; Filename: "{app}\secixpro.exe"; WorkingDir: "{app}"; Tasks: quicklaunchicon; 
  55. [Tasks]
  56. Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"; 
  57. Name: "quicklaunchicon"; Description: "Create a &Quick Launch icon"; GroupDescription: "Additional icons:"; 
  58. [UninstallDelete]
  59. Type: filesandordirs; Name: "{app}\uninstex.dat"; 
  60.